home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000018_news@columbia.edu_Wed May 31 20:46:15 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01869
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 1 Jun 1995 00:02:11 -0400
  3. Received: by apakabar.cc.columbia.edu id AA18375
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 1 Jun 1995 00:02:10 -0400
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!panix!news.mathworks.com!news.kei.com!simtel!noc.netcom.net!netcom.com!helios
  7. From: helios@netcom.com (Thomas David Nichols)
  8. Subject: MSK 3.14 and Windows - Success!
  9. Message-Id: <heliosD9Gn13.H1K@netcom.com>
  10. Organization: Heliotrope Quality Systems
  11. X-Newsreader: TIN [version 1.2 PL2]
  12. Date: Wed, 31 May 1995 20:46:15 GMT
  13. Lines: 25
  14. Sender: helios@netcom14.netcom.com
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. The problem was this:
  18. After a Windows program (CompuServe Information Manager for Windows
  19. in my case) uses a COM port, Windows does not allow MS-Kermit 3.14
  20. to test the port for UART characteristics on the first attempt.  A
  21. second attempt succeeds if enough time has passed.  I had found a
  22. way to test for the error in my MSCUSTOM.INI script, but I had not
  23. been able to correct the error under script control.
  24.  
  25. Here is the MSCUSTOM.INI segment that finally succeeded.  Among the
  26. errors in my previous attempts, I had tried to continue the
  27. "echo" line, which resulted in the next command's being ignored.
  28. I have not yet tried shorter sleep periods, but two seconds is not
  29. bad if it works!
  30.  
  31. set com4 \x2e8 3
  32. set port 4              ; Change if desired.  If COM3 or 4, read KERMIT.BWR.
  33. if equal \v(port) Bios4 -
  34.   echo {Trying "set port 4" again}
  35. if equal \v(port) Bios4 -
  36.   sleep 2, set port 4
  37. if equal \v(port) Bios4 -
  38.   fatal {Try repeating TAKE MSCUSTOM.INI}
  39.  
  40. -- 
  41. David Nichols  <helios@netcom.com>  Heliotrope Quality Systems